Name | Description | |
---|---|---|
NBlocksStack<T> Constructor | Overloaded. |
The following tables list the members exposed by NBlocksStack<T>.
Name | Description | |
---|---|---|
NBlocksStack<T> Constructor | Overloaded. |
Name | Description | |
---|---|---|
EnforceDepth | Enforces a certain depth of the stack by removing the first objects, until the stack count reaches the specified one | |
Peek | Returns the top item of the stack without returning it | |
Pop | Removes and returns the top item of the stack | |
Push | Inserts the item at the top of the stack. |